home *** CD-ROM | disk | FTP | other *** search
- on H3down
- global naam, daargaanwe, wegaannaar
- if naam = EMPTY then
- naam = "#"
- set the member of sprite 13 to "H3-down"
- set the locH of sprite 13 to 618
- set the locV of sprite 13 to 315
- daargaanwe = 1
- wegaannaar = "3.dir"
- end if
- end
-
- on H3enter
- global naam
- if naam = EMPTY then
- cursor(280)
- sprite(171).visibility = 1
- set the member of sprite 13 to "H3-enter"
- set the locH of sprite 13 to 624
- set the locV of sprite 13 to 109
- end if
- end
-
- on H3leave
- cursor(-1)
- sprite(171).visibility = 0
- set the member of sprite 13 to "H3-leave"
- set the locH of sprite 13 to 624
- set the locV of sprite 13 to 110
- sound(1).stop()
- end
-